home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1995 July & August / cd No4 joystick No62.iso / mac / pc / OUTILS / PCWAVE / READ.ME < prev   
Text File  |  1994-04-21  |  5KB  |  139 lines

  1.  
  2.  
  3.                 ----------------------
  4.                     PCWave
  5.                 ----------------------
  6.  
  7.  
  8.         PC Speaker/Sound Blaster Wave File Player, Version 2.0
  9.         -- --------------------- ---- ---- ------- ------- ---
  10.  
  11.                 By John J Speth, April 1994
  12.  
  13.  
  14.  
  15.     Overview:
  16.  
  17.     If  you  have  ever wondered what those wave files sound like 
  18.     but never got around to  putting  down  the  several  hundred 
  19.     dollars for an add-in audio card, PCWave is for you.
  20.  
  21.     PCWave is a DOS based audio  wave  file  (.WAV)  player  that 
  22.     attempts  to  output  the  sampled sound to the PC's built-in 
  23.     speaker.  It accepts mono  8-bit  PCM  encoded  samples  from 
  24.     audio  wave  files  compatible  with  the  Microsoft  Windows 
  25.     Multimedia wave file format.  These files typically have  the 
  26.     file extension WAV.
  27.  
  28.     And,  new  to version 2.0, you can optionally listen to those 
  29.     wave files through your 8-bit Sound Blaster sound  card  from 
  30.     Creative  Labs.   Only  the 8-bit Sound Blaster card with DMA 
  31.     enabled is supported.
  32.  
  33.  
  34.  
  35.     Setup for the Sound Blaster Card:
  36.  
  37.     If you wish to send the sound to your Sound Blaster, define a 
  38.     new environment variable (called BLASTER).  It contains three 
  39.     arguments specifying the I/O port address,  IRQ  number,  and 
  40.     DMA  channel.   Enter the following line with the appropriate 
  41.     substitutions at the DOS prompt:
  42.  
  43.         SET BLASTER=Aport Iirq Ddma
  44.  
  45.                     where: port is the port address in hex
  46.                            irq is the IRQ number
  47.                            dma is the DMA channel number
  48.  
  49.     For example, to specify the BLASTER environment variable  for 
  50.     the  Sound  Blaster card with the factory default setup (port 
  51.     220H, IRQ7, and DMA channel 1) enter:
  52.  
  53.         SET BLASTER=A220 I7 D1
  54.  
  55.     Add this line to your AUTOEXEC.BAT file for  automatic  setup 
  56.     at  boot  time.   The  presence  of  the  BLASTER environment 
  57.     variable lets PCWave know that a Sound Blaster  is  installed 
  58.     and is to be used, otherwise, its' absence indicates that the 
  59.     Sound Blaster is not to be used (even if it is installed).
  60.  
  61.  
  62.  
  63.     Setup for the PC Speaker:
  64.  
  65.     If you wish to send the sound to your PC speaker,  make  sure 
  66.     the BLASTER environment variable is NOT defined.  Verify this 
  67.     by entering SET at the DOS prompt and checking  the  list  on 
  68.     your  console.   There  should  be  no  entry that looks like 
  69.     "BLASTER=..." in this list.
  70.  
  71.     In order to accurately reproduce the intended  pitch  of  the 
  72.     audio  sample, PCWave needs to know the speed of the computer 
  73.     on which it will run.  The timing information can be measured 
  74.     and  stored  by  running  PCWave  without  any  command  line 
  75.     arguments.  Simply type PCWAVE at the DOS prompt and wait (no 
  76.     more than 5 seconds) for the program to measure the CPU speed 
  77.     and store it back into its' own EXE file.   It  will  not  be 
  78.     necessary  to  do  this  again unless you wish to retime your 
  79.     computer or run PCWave on a different computer.
  80.  
  81.  
  82.  
  83.     Running PCWave:
  84.  
  85.     PCWave can be run by typing PCWAVE at the DOS prompt followed 
  86.     by  one or several wave file names.  Wild card file names and 
  87.     list files are acceptable.  Prefix list files  with  the  "@" 
  88.     sign.   The  list  file should contain one wave file name per 
  89.     line only.  For example, if the file LOONY.LST contains  only 
  90.     one line, which is LOONY.WAV, typing:
  91.  
  92.         PCWAVE @LOONY.LST
  93.  
  94.     will  result in the wave file LOONY.WAV to be played from the 
  95.     PC's speaker.
  96.  
  97.     Sound  quality  will  vary depending on the quality, clarity, 
  98.     and tonal content of the sample, the efficiency of  the  PC's 
  99.     speaker,  ambient  noise,  etc.  A noisy power supply fan can 
  100.     drown out the sound on a quiet sample.  Samples that are weak 
  101.     in amplitude are scaled to produce a full range audio output.  
  102.     However, these samples usually don't sound any "better"  only 
  103.     louder.   The  PC speaker was never designed for high quality 
  104.     audio  reproduction  but,  rather,  for  simple  "beeps"  and 
  105.     "bloops" at best so don't expect CD quality sound.
  106.  
  107.     Please note that the CPU clock is suspended while samples are 
  108.     being  played  so  that a corresponding slowdown of the CPU's 
  109.     time will be evident.  The  slowdown  is  not  permanent  and 
  110.     should be restored when the computer is rebooted.
  111.  
  112.  
  113.  
  114.     Files:
  115.  
  116.     Files included with this distribution are:
  117.  
  118.         PCWAVE.EXE    - the PCWave program
  119.         LOONY.WAV    - a Loony Toons wave file
  120.         LOONY.LST    - an example list file
  121.         READ.ME        - this file
  122.         FILES.LST    - list of files for PCWave
  123.  
  124.  
  125.  
  126.     Finale:
  127.  
  128.     PCWave is a shareware offering and, as such, you are free  to 
  129.     evaluate  and distribute this program any way you please.  If 
  130.     you find it useful, please remit $5 to:
  131.           
  132.             John Speth / SpethWARE           Compuserve: 71214,3606
  133.             631 Prospect Rd
  134.             Springfield, PA   19064
  135.           
  136.     Comments and/or suggestions are also welcome.
  137.  
  138.     Enjoy.
  139.